func github.com/andybalholm/brotli.isMatch1
4 uses
github.com/andybalholm/brotli (current package)
compress_fragment_two_pass.go#L32: func isMatch1(p1 []byte, p2 []byte, length uint) bool {
compress_fragment_two_pass.go#L304: if isMatch1(input[ip:], base_ip_ptr[candidate-base_ip:], min_match) {
compress_fragment_two_pass.go#L316: if isMatch1(input[ip:], base_ip_ptr[candidate-base_ip:], min_match) {
compress_fragment_two_pass.go#L396: for ip-candidate <= maxDistance_compress_fragment && isMatch1(input[ip:], base_ip_ptr[candidate-base_ip:], min_match) {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |